Skip to content

Conversation

cmwhited
Copy link
Collaborator

@cmwhited cmwhited commented Nov 8, 2024

Description

Adds configuration with biomejs to handle linting and formatting.
Recommend checking out biome; it is super rad. The goal of biome is to provide a single toolchain for linting and formatting in JS projects. And it is super, super fast.
This would take care of eslint for linting and prettier for formatting. They also very handy utils to migrate from both eslint and prettier. I migrated the events app eslint setup, but no other apps/packages had eslint or prettier setup.

I also added scripts in each app/package to perform formatting and linting.

resolves #15
resolves #17

@cmwhited cmwhited requested a review from nikgraf November 8, 2024 02:43
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was migrated from the eslint setup in the apps/events package

@nikgraf nikgraf merged commit 014fe10 into main Nov 8, 2024
1 check passed
@nikgraf nikgraf deleted the chris.whited/poc-biome branch November 8, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce prettier Introduce eslint

2 participants